home *** CD-ROM | disk | FTP | other *** search
/ NetObjects Fusion 7 / Fusion7.iso / NetObjects Fusion / data1.cab / QuickStart / addPages_v55.swf / scripts / DefineButton2_122 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-10-18  |  98 b   |  8 lines

  1. on(press){
  2.    tellTarget("next")
  3.    {
  4.       gotoAndStop("arrowDown");
  5.       play();
  6.    }
  7. }
  8.